-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Completed implementation #45
Completed implementation #45
Conversation
Implemented HighestSequenceNrEntry to keep track of the highest sequence number separate from the journal entries themselves Updated replay query to consider the highest sequence number entry
…ion of the two tests that will not pass when the entire spec is run but will pass if run individually
@kaleho looks great - I'll review it as soon as I can. |
Looks like we have a couple of merge conflicts here since I merged in your other PR @kaleho - I'll try to get these fixed myself today, but if you can beat me to the punch I'd appreciate it. Once those are in I'll release this to NuGet. |
@Aaronontheweb I will try and take care of it tonight. |
I kdiff'ed the files and re-ran the tests. I think it is good now. |
@kaleho thanks, I'll review it. |
LGTM - going to pull down the source and do some more tweaks before we do a release. Great work @kaleho |
@Aaronontheweb This is the completed branch I mentioned. I am attaching a capture of the tests as well as the output of the failed tests. As I mentioned the two tests fail when the entire group is run but if I run individually they pass.
Hope that makes sense.
ReadJournal_CurrentEventsByPersistenceId_should_return_empty_stream_for_cleaned_journal_from_0_to_MaxLong.txt
ReadJournal_CurrentEventsByPersistenceId_should_return_remaining_values_after_partial_journal_cleanup.txt